Mail Validator
Description
Mail Validator is a Process Entry in the Mail Plugin for Process Studio Processes. This process entry checks if an email address structure is valid or not. Mail Validator entry can also perform an SMTP check on the email address provided. The result is a Boolean (true or false) or String depending on your settings and one additional field (String) containing errors str ing when email address is not valid.
Configurations
No. | Field Name | Description |
---|---|---|
1 Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. | |
2 | Email address | Enter the email address to check validity. |
Settings: | ||
1 | SMTP Check? | By default, PROCESS STUDIO will only check email address structure (using regular expression). If you want to perform a SMTP check, please select this option and fill Email sender field below. PROCESS STUDIO will extract domain name from the supplied email address (to check) and will try to get all exchangers from the domain name. Each exchanger will be queried. |
2 | Time out | In order to perform a SMTP check, PROCESS STUDIO will open a socket on the target SMTP host. Specify here the socket time out (by default 0). |
3 | Email sender | If you select "SMTP check?" option, this field is mandatory. PROCESS STUDIO will need sender email address to query SMTP host. |
4 | Default SMTP | If you know which SMTP server to query, please specify it here, PROCESS STUDIO will then query only this one. Note: Specifying SMTP host here will faster the process because PROCESS STUDIO will ask only this one and not fetching all the exchangers from the domain name. |